Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entry factory moved from extractors to FlowContext #616

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

stloyd
Copy link
Member

@stloyd stloyd commented Oct 20, 2023

Change Log

Added

Fixed

Changed

  • Entry factory moved from extractors to `FlowContext`

Removed

Deprecated

Security


Description

To improve code quality and reduce code coupling EntryFactory was removed from all constructors of extractors, in favor of passing it into FlowContext & re-using same entry factory in a whole pipeline.

@stloyd stloyd force-pushed the feature/entry-factory-context branch from 77e69a0 to bb9d434 Compare October 20, 2023 12:29
@github-actions github-actions bot added size: M and removed size: S labels Oct 20, 2023
@stloyd stloyd requested a review from norberttech October 20, 2023 12:30
Copy link
Member

@norberttech norberttech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 🎉 feel free to merge when you are ready

@stloyd stloyd merged commit 54294b6 into flow-php:1.x Oct 20, 2023
14 checks passed
@stloyd stloyd deleted the feature/entry-factory-context branch October 20, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants